When running your tests the embedded Weld EE container, Arquillian activates scopes as follows:
Application scope - Active for all methods in a test class
Session scope - Active for all methods in a test class
Request scope - Active for a single test method
Scope control is experimental at this point and may be altered in a future release of Arquillian.