you can do that in couple of ways, and two of them follows:
1. if you use ant to start the demo environment you could edit build.xml and find target: start.jboss7 and there you find <arg> tags that you can use to define that system property
2. configure system properties inside JBoss AS7 standalone.xml according to these documentation
HTH