Policy policy = new Policy();
policy.addAssertion(assertion);
clientFactory.getProperties().put(PolicyConstants.POLICY_OVERRIDE, policy);
CustomerServiceTester tester = new CustomerServiceTester();
tester.setCustomerService(clientFactory.create(CustomerService.class));
tester.testCustomerService(customerName);
clientCtxt.close();
}